﻿
body {
    padding: 0px;
    margin: 0px;
    background-color: #f8f8f8;
}

.head {
    min-width: 100%;
    background-color: #fff;
    font-weight: 600;
    position: fixed;
    top: 0px;
}

    .head .company {
        width: 300px;
        height: 100%;
        letter-spacing: 1.5px;
        font-size: 20px;
        color: #462e09;
        margin-left: 6.5%;
        text-align: center;
        line-height: 70px;
    }

.panel {
    min-width: 1520px;
    margin-top: 69px;
}

    .panel img {
        width: 100%;
        height:500px;
    }

.title {
    width: 1520px;
    text-align: center;
    margin: 40px auto;
}

    .title .tit1 {
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 100px;
    }

.line {
    width: 65px;
    height: 4px;
    background-color: #ffb543;
    margin: 0 auto;
}

.content {
    margin-top: 50px;
}

.cont {
    width: 1450px;
    margin: 0 auto;
    background-color: #ffffff;
    height: 800px;
}

.startover, .startover2, .startover3, .startover4 {
    width: 360px;
    margin: 60px 0px 20px 60px;
    border-radius: 10px 10px;
    float: left;
}

.startover {
    border: 1px solid #9fb6fb;
}

.startover2 {
    border: 1px solid #a5c9d1;
}

.startover3 {
    border: 1px solid #ffdada;
}

.startover4 {
    border: 1px solid #aca08f;
}

.project-name {
    font-size: 24px;
    margin-left: 520px;
    padding-top: 180px;
    line-height: 50px;
}

.project-text {
    margin-top: 30px;
    font-size: 26px;
    color: #7f7f7f;
    line-height: 70px;
    margin-right: 60px;
    margin-left: 520px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.btn {
    width: 180px;
    /*background-color: #ffb543;*/
    margin-left: 520px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 50px 50px;
    background-color: #ffb543;
    border: 5px solid #fbe9cc;
}

    .btn:hover {
        border: 5px solid #abddb1;
        background-color: #31e148;
    }

    .btn a {
        font-size: 17px;
        text-decoration: none;
        color: #462e09;
    }

        .btn a:hover {
            color: #ffffff;
        }

.footer {
    min-width: 1520px;
    height: 400px;
    background-color: #262626;
    margin-top: 280px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.foot {
    width: 100%;
    padding-top: 50px;
    padding-left: 200px;
}

    .foot .declare {
        font-size: 20px;
    }

    .foot .list {
        color: #9b9ea0;
    }

    .foot a {
        color: #ffb543;
        text-decoration: none;
    }

.black {
    border: 1px solid black;
}

@media (max-width: 768px) {
}

@media (min-width: 768px) and (max-width: 992px) {
}
